feat: tell users when they have unrecoverable spaces#67
feat: tell users when they have unrecoverable spaces#67
Conversation
Use a heuristic to look at available claims and determine whether a space is recoverable. Currently considers a space recoverable if any abilities are delegated and should probably validate a minimum set. Unfortunately we don't have any way for users to recover an "unrecoverable" space at the moment, since we still discard Space keys after creation - I'm not convinced this feature is particularly helpful without some way to fix unrecoverable spaces, but it is probably better than not having any way to determine that at all!
Website preview 🔗✨ |
|
I really like the UI...but without some actionable thing I'm not sure it's worth adding. I'm not sure I understand why How can you have a space without any capabilities? |
So, right now it just looks to see if you have any capabilities, when it should probably verify that you either have
Hm good point - I think the too-simple answer is that the This can happen when you have a space saved in your local delegation store that does not have a recovery delegation. We'll render spaces based on what you have locally, and will sometimes not be able to find a corresponding delegation in the |
Use a heuristic to look at available claims and determine whether a space is recoverable. Currently considers a space recoverable if any abilities are delegated and should probably validate a minimum set.
Unfortunately we don't have any way for users to recover an "unrecoverable" space at the moment, since we still discard Space keys after creation - I'm not convinced this feature is particularly helpful without some way to fix unrecoverable spaces, but it is probably better than not having any way to determine that at all!